home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / pcscheme / geneva / pcscheme.exe / BRIEF / SCHEME.MNU < prev   
Encoding:
Text File  |  1993-03-21  |  955 b   |  18 lines

  1.   This package provides interface to PCS, () matching, indentation,
  2. S-expression marking, and word completion from an arbitrary dictionary.
  3. A few keystrokes have been redefined:
  4.  
  5.   <Enter>       Automatically indents the next line
  6.   <Ctrl-h>      This help ...
  7.   )             Highlights its counterpart, or shows the match
  8.   <Tab>            If a block is active, indents the whole block;
  9.                 If in leading whitespace, indents the line;
  10.                 Otherwise cycles through completions (abort with ESC)
  11.   <Shift-Tab>   Starts a comment on column 49 (gives you good habits)
  12.   <Ctrl-G>      Lists all objects defined in the buffer
  13.   <Ctrl-A>      Marks the smallest S-expression around the cursor
  14.   <Ctrl-Z>      Marks the largest S-expression around the cursor
  15.   <Alt-F10>     Evaluates the entire buffer
  16.   <Ctrl-F10>    Evaluates the marked block (or the largest S-expression)
  17.   <Ctrl-F1>    Toggles Tabbing and Autoindenting
  18.